home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / Basic / Visual Basic.60 / COMMON / TOOLS / VCM / VCM.MDB / VcmComponentContainer / 00_Cabinet / MFCIEDOC.H < prev    next >
Encoding:
C/C++ Source or Header  |  1998-05-18  |  1.9 KB  |  68 lines

  1. // This is part of the Microsoft Foundation Classes C++ library.
  2. // Copyright (C) 1992-1998 Microsoft Corporation
  3. // All rights reserved.
  4. //
  5. // This source code is only intended as a supplement to the
  6. // Microsoft Foundation Classes Reference and related
  7. // electronic documentation provided with the library.
  8. // See these sources for detailed information regarding the
  9. // Microsoft Foundation Classes product.
  10. //
  11. // mfcieDoc.h : interface of the CMfcieDoc class
  12. //
  13. /////////////////////////////////////////////////////////////////////////////
  14.  
  15. #if !defined(AFX_MFCIEDOC_H__47FF4083_CE1B_11D0_BEB6_00C04FC99F83__INCLUDED_)
  16. #define AFX_MFCIEDOC_H__47FF4083_CE1B_11D0_BEB6_00C04FC99F83__INCLUDED_
  17.  
  18. #if _MSC_VER >= 1000
  19. #pragma once
  20. #endif // _MSC_VER >= 1000
  21.  
  22.  
  23. class CMfcieDoc : public CDocument
  24. {
  25. protected: // create from serialization only
  26.     CMfcieDoc();
  27.     DECLARE_DYNCREATE(CMfcieDoc)
  28.  
  29. // Attributes
  30. public:
  31.  
  32. // Operations
  33. public:
  34.  
  35. // Overrides
  36.     // ClassWizard generated virtual function overrides
  37.     //{{AFX_VIRTUAL(CMfcieDoc)
  38.     public:
  39.     virtual BOOL OnNewDocument();
  40.     virtual void Serialize(CArchive& ar);
  41.     //}}AFX_VIRTUAL
  42.  
  43. // Implementation
  44. public:
  45.     virtual ~CMfcieDoc();
  46. #ifdef _DEBUG
  47.     virtual void AssertValid() const;
  48.     virtual void Dump(CDumpContext& dc) const;
  49. #endif
  50.  
  51. protected:
  52.  
  53. // Generated message map functions
  54. protected:
  55.     //{{AFX_MSG(CMfcieDoc)
  56.         // NOTE - the ClassWizard will add and remove member functions here.
  57.         //    DO NOT EDIT what you see in these blocks of generated code !
  58.     //}}AFX_MSG
  59.     DECLARE_MESSAGE_MAP()
  60. };
  61.  
  62. /////////////////////////////////////////////////////////////////////////////
  63.  
  64. //{{AFX_INSERT_LOCATION}}
  65. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  66.  
  67. #endif // !defined(AFX_MFCIEDOC_H__47FF4083_CE1B_11D0_BEB6_00C04FC99F83__INCLUDED_)
  68.